






:q

a or i to enter append/insert mode



a or i to enter append/insert mode insert on the keyboard.

insert on the keyboard. 


























end statements, that's one of the downside for most of the lua family programming languages.
var clickEvent = document.createEvent("MouseEvents");
clickEvent.initMouseEvent("click", true, true, window, 1, 0, 0, 0, 0,
false, false, false, false, 0, null);
var element = document.querySelectorAll('[aria-label="bot (text channel)"]')[0];
element.dispatchEvent(clickEvent);
This one will take you to the #bot channel (edited)









































tsc compiler properlyindex.ts, in the devtools i can still go line by lineindex.ts



tsc -sourcemap hello.ts


tsc -sourcemap hello.ts 


ts file, and not the js file

ts file, and not the js file 










<script> tag to javascript only(module
;; Imports from JavaScript namespace
(import "console" "log" (func $log (param i32 i32))) ;; Import log function
(import "js" "mem" (memory 1)) ;; Import 1 page of memory (54kb)
;; Data section of our module
(data (i32.const 0) "Hello World from WebAssembly!")
;; Function declaration: Exported as helloWorld(), no arguments
(func (export "helloWorld")
i32.const 0 ;; pass offset 0 to log
i32.const 29 ;; pass length 29 to log (strlen of sample text)
call $log
)
)WebAssembly.instantiateStreaming(fetch('helloworld.wasm'), importObject), to load it. (edited)










i don't mean to be rude, but don't know where you got that impression
i think the majority of modern frontend projects and libraries that is not some Uncaught TypeError: null has no properties in normal javascript

i don't mean to be rude, but don't know where you got that impression
i think the majority of modern frontend projects and libraries that is not some 

<script> tag manually is considered suboptimal practice now, because browser doesn't know when to clear the cache, and sometimes you may need to ask the user to do shift-f5
https://stackoverflow.com/questions/35176489/what-is-the-purpose-of-webpack-hash-and-chunkhash

(edited)



(edited)






.sln files are its own syntax







.project